From a2db42d60fad5502066d0cd037f544b54a0b185b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 27 May 1993 03:46:21 +0000 Subject: [PATCH] (window_loop, case GET_LRU_WINDOW): Get frame's width properly. --- src/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window.c b/src/window.c index a1fda056463..0fbc4d41f64 100644 --- a/src/window.c +++ b/src/window.c @@ -1131,7 +1131,7 @@ window_loop (type, obj, mini, frames) case GET_LRU_WINDOW: /* t as arg means consider only full-width windows */ if (!NILP (obj) && XFASTINT (XWINDOW (w)->width) - != FRAME_WIDTH (frame)) + != FRAME_WIDTH (XFRAME (WINDOW_FRAME (XWINDOW (w))))) break; #if 0 /* Ignore invisible and iconified frames. */ -- 2.30.2